Forgotten file
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 2 Jun 2007 11:41:24 +0000 (11:41 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 2 Jun 2007 11:41:24 +0000 (11:41 +0000)
svn path=/trunk/; revision=18008

gtk/gtktoolbar.h

index e80134d2008fa5a89682a010a3ed8be36de02f4c..24c0dde34d95e0e1a90ea8f2d9e301bf0c53e8c9 100644 (file)
@@ -174,12 +174,11 @@ gint            _gtk_toolbar_get_default_space_size (void);
 void            _gtk_toolbar_rebuild_menu           (GtkToolbar      *toolbar);
 
 
-/* deprecated */
-#ifndef GTK_DISABLE_DEPRECATED
 void       gtk_toolbar_set_icon_size   (GtkToolbar      *toolbar,
                                        GtkIconSize      icon_size);
 void       gtk_toolbar_unset_icon_size (GtkToolbar      *toolbar);
 
+#ifndef GTK_DISABLE_DEPRECATED
 /* Simple button items */
 GtkWidget* gtk_toolbar_append_item   (GtkToolbar      *toolbar,
                                      const char      *text,